home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / mus / misc / MPEG_S_LAMEppc.lha / mpeg_s_LAME3.87 / README.WINGTK < prev    next >
Text File  |  1980-09-07  |  2KB  |  59 lines

  1. March 30, 2000
  2.  
  3. Update by Albert Faber (Sept 07 2000), changed instrcutions
  4. to compile with latest glib/gtk libraries.
  5.  
  6. Release notes on MP3X (the LAME frame analyzer) for WIN32
  7.  
  8. ===========================================================================
  9. How to compile Lame with MP3x support:
  10. ===========================================================================
  11.  
  12. You first need to get hold of the latest GTK and GLIB include files and lib
  13. files. You can download them freely from the WINGTK project WEB site at: 
  14.  
  15. http://user.sgic.fi/~tml/gimp/win32/downloads.html 
  16.  
  17. see section Developer packages 
  18.  
  19. (or see http://www.gtk.org, and click on the WINGTK link).
  20.  
  21. Download:  glib-dev-VERSION.zip, gtk+-dev-VERSION.zip and extralibs-dev-VERSION.zip
  22. where VERSION indicates the release data, so it will look something like 20000805
  23.  
  24. unzip all three zip files in a WinGTK subdirectory, which is created from the lame root
  25. this will make a "src" directory. (for example, D:\CVS\lame\WinGtk)
  26.  
  27. You will end up with the following directory tree
  28.   D:\CVS\lame\WinGtk\src\glib
  29.   D:\CVS\lame\WinGtk\src\gtk+\glib
  30.   D:\CVS\lame\WinGtk\src\gtk+
  31.  
  32. Change the active project settings (in MSVC) to "lame-Win32 Debug GTK" or 
  33. "lame-Win32 Release GTK", recompile everything, and you're done.
  34.  
  35. ===========================================================================
  36. To run MP3x.exe, or lame.exe with MP3x support, you need
  37. the GTK DLL files:  Either instal them on your system,
  38. or put them in the same directory as lame.exe resides.
  39.  
  40. glib-1.3.dll
  41. gdk-1.3.dll
  42. gtk-1.3.dll
  43. gmodule-1.3.dll
  44. gnu-intl.dll
  45.  
  46. Usage:
  47. The graphic analyzer is invoked by the -g option, see lame help 
  48. instructions for more details
  49.  
  50. Example:
  51. lame -g myfile
  52.  
  53. myfile can be a mp3 file, or a wav file.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.